home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / diff / lib_test.old.old < prev    next >
Encoding:
Text File  |  1996-06-13  |  2.4 KB  |  92 lines  |  [TEXT/EDIT]

  1. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic1.e
  2. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic2.e
  3. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic3.e
  4. Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic4.e
  5. diff -r lib_test/boost_is_static.e /users/prof/colnet/SmallEiffel/lib_test/boost_is_static.e
  6. 4,7c4,8
  7. < class TEST_IS_STATIC
  8. < creation {ANY}
  9. <    make
  10. < feature {ANY}
  11. ---
  12. > class BOOST_IS_STATIC
  13. > creation make
  14. > feature
  15. 11a13
  16. >      p: POINTER;
  17. 124a127,129
  18. >      if (Current = Void) and (3 = Void) then
  19. >         c_inline_c("NoCcodeGenerated");
  20. >      end;
  21. 126a132,133
  22. >      else
  23. >         always_run;
  24. 128c135,141
  25. <      if (Current = Void) and (3 = Void) then
  26. ---
  27. >      if p = Void then
  28. >         is_true(p = Void);
  29. >      end;
  30. >      if p /= Void then
  31. >         is_true(p /= Void);
  32. >      end;
  33. >      if "foo" = Void then
  34. 129a143,144
  35. >      else
  36. >         always_run;
  37. 130a146,175
  38. >      if (<<"foo">>) = Void then
  39. >         c_inline_c("NoCcodeGenerated");
  40. >      else
  41. >         always_run;
  42. >      end;
  43. >      
  44. >      if Current /= Void then
  45. >         always_run;
  46. >      else
  47. >         c_inline_c("NoCcodeGenerated");
  48. >      end;
  49. >      if p /= Void then
  50. >         always_run;
  51. >      else
  52. >         is_true(p = Void);
  53. >      end;
  54. >      if p = Void then
  55. >         is_true(p = Void);
  56. >      end;
  57. >      if "foo" /= Void then
  58. >         always_run;
  59. >      else
  60. >         c_inline_c("NoCcodeGenerated");
  61. >      end;
  62. >      if (<<"foo">>) /= Void then
  63. >         always_run;
  64. >      else
  65. >         c_inline_c("NoCcodeGenerated");
  66. >      end;
  67. 159c204
  68. < end -- TEST_IS_STATIC
  69. ---
  70. > end -- BOOST_IS_STATIC
  71. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_array3.e
  72. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_array4.e
  73. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_array_aux.e
  74. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_generic2.e
  75. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_generic3.e
  76. Only in /users/prof/colnet/SmallEiffel/lib_test: bug_generic4.e
  77. Only in lib_test: test_array3.e
  78. Only in /users/prof/colnet/SmallEiffel/lib_test: test_array5.e
  79. Only in lib_test: test_array_aux.e
  80. Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic1.e
  81. diff -r lib_test/boost_is_static.e /users/prof/colnet/SmallEiffel/lib_test/boost_is_static.elib_test/test_integer_ref2.e /users/prof/colnet/SmallEiffel/lib_test/test_integer_ref2.e
  82. 3a4,5
  83. > class TEST_INTEGER_REF2
  84. > --
  85. 6d7
  86. < class TEST_INTEGER_REF2
  87. Only in /users/prof/colnet/SmallEiffel/lib_test: test_integer_ref3.e
  88. Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array2.e
  89.